Produced by Araxis Merge on 2021-07-21 10:22:13 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | /Applications/Ampps/www/Porto v4.0.0/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/web/css/source | _buttons.less | 2021-02-09 09:27:04 +0000 |
| 2 | /Applications/Ampps/www/Porto v4.0.1/Theme Files/Magento 2.x/Porto Theme/app/design/frontend/Smartwave/porto_rtl/web/css/source | _buttons.less | 2021-02-09 09:27:04 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 1 | 128 |
| Changed | 0 | 0 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | // /** | 1 | // /** | |||
| 2 | // * Copyright © 2015 Magento. All rights reserved. | 2 | // * Copyright © 2015 Magento. All rights reserved. | |||
| 3 | // * See COPYING.txt for license details. | 3 | // * See COPYING.txt for license details. | |||
| 4 | // */ | 4 | // */ | |||
| 5 | 5 | |||||
| 6 | // | 6 | // | |||
| 7 | // Common | 7 | // Common | |||
| 8 | //-------------------------------------- | 8 | //-------------------------------------- | |||
| 9 | 9 | |||||
| 10 | & when (@media-common = true) { | 10 | & when (@media-common = true) { | |||
| 11 | 11 | |||||
| 12 | // | 12 | // | |||
| 13 | // Using buttons mixins | 13 | // Using buttons mixins | |||
| 14 | //-------------------------------------- | 14 | //-------------------------------------- | |||
| 15 | 15 | |||||
| 16 | button.action.switch { | 16 | button.action.switch { | |||
| 17 | height: auto; | 17 | height: auto; | |||
| 18 | } | 18 | } | |||
| 19 | 19 | |||||
| 20 | button { | 20 | button { | |||
| 21 | font-size: 1em; | 21 | font-size: 1em; | |||
| 22 | &:not(.primary) { | 22 | &:not(.primary) { | |||
| 23 | border: 1px solid #ccc; | 23 | border: 1px solid #ccc; | |||
| 24 | color: #777; | 24 | color: #777; | |||
| 25 | line-height: 40px; | 25 | line-height: 40px; | |||
| 26 | padding: .8em 2em; | 26 | padding: .8em 2em; | |||
| 27 | height: 40px; | 27 | height: 40px; | |||
| 28 | background-color: #fff; | 28 | background-color: #fff; | |||
| 29 | } | 29 | } | |||
| 30 | &:hover { | 30 | &:hover { | |||
| 31 | color: #fff; | 31 | color: #fff; | |||
| 32 | background-color: @theme-color; | 32 | background-color: @theme-color; | |||
| 33 | border-color: @theme-color; | 33 | border-color: @theme-color; | |||
| 34 | } | 34 | } | |||
| 35 | } | 35 | } | |||
| 36 | 36 | |||||
| 37 | body { | 37 | body { | |||
| 38 | &:not(._keyfocus) { | 38 | &:not(._keyfocus) { | |||
| 39 | button { | 39 | button { | |||
| 40 | &:focus { | 40 | &:focus { | |||
| 41 | box-shadow: none; | 41 | box-shadow: none; | |||
| 42 | } | 42 | } | |||
| 43 | } | 43 | } | |||
| 44 | } | 44 | } | |||
| 45 | } | 45 | } | |||
| 46 | 46 | |||||
| 47 | a.action.primary { | 47 | a.action.primary { | |||
| 48 | .lib-link-as-button(); | 48 | .lib-link-as-button(); | |||
| 49 | } | 49 | } | |||
| 50 | 50 | |||||
| 51 | .action.primary { | 51 | .action.primary { | |||
| 52 | .lib-button-primary(); | 52 | .lib-button-primary(); | |||
| 53 | font-weight: 400; | 53 | font-weight: 400; | |||
| 54 | line-height: 22px; | 54 | line-height: 22px; | |||
| 55 | } | 55 | } | |||
| 56 | 56 | |||||
| 57 | #discount-coupon-form { | 57 | #discount-coupon-form { | |||
| 58 | #coupon_code { | 58 | #coupon_code { | |||
| 59 | border-radius: 0; | 59 | border-radius: 0; | |||
| 60 | height: 43px; | 60 | height: 43px; | |||
| 61 | } | 61 | } | |||
| 62 | } | 62 | } | |||
| 63 | 63 | |||||
| 64 | } | 64 | } |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.